diff --git a/setup.py b/setup.py index 40f7e908..384a0437 100644 --- a/setup.py +++ b/setup.py @@ -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__']))