mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
different ppa depends now
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -60,7 +60,7 @@ class DebCommand(Command):
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
self.status(u'Creating debian mainfest…')
|
||||
os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package3=pipenv --depends3=pew')
|
||||
os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package3=pipenv --depends3=python3-virtualenv-clone')
|
||||
|
||||
self.status(u'Building .deb…')
|
||||
os.chdir('deb_dist/pipenv-{0}'.format(about['__version__']))
|
||||
|
||||
Reference in New Issue
Block a user