dh-virtualenv icon indicating copy to clipboard operation
dh-virtualenv copied to clipboard

Python virtualenvs in Debian packages

Results 39 dh-virtualenv issues
Sort by recently updated
recently updated
newest added

I invoke `dh_virtualenv` in my package rule file with: ``` override_dh_virtualenv: dh_virtualenv --builtin-venv --python /usr/bin/python3 --skip-install --use-system-packages --upgrade-pip ``` This produces a package that works well on machines that have...

I'm trying to upgrade my package to use compat 12. It's failing with this error `Please use the third-party "pybuild" build system instead of python-distutils` Here control file: ``` Source:...

When I try to use the newest version of Celery `celery==5.2.3` I have compilation errors, like: ```bash Installing collected packages: vine, amqp, appdirs, six, python-dateutil, arrow, asgiref, async-timeout, attrs, pytz,...

Virtualenv has just released version 20, which breaks compatibility with dh-virtualenv. Specifically, dh-virtualenv still passes the `--no-site-packages` option which has been deprecated for a while now. v20 now rejects this...

when trying to pass in multiple requirement files, dh_virtualenv uses the *last* ``` override_dh_virtualenv: dh_virtualenv \ --sourcedirectory="opt/myproject/dist" \ --requirements=core_requirements.txt \ --requirements=common_requirements.txt \ ```

We have a package called s11stack-manager which is built for Ubuntu 16.04LTS Xenial and 18.04LTS Bionic on Launchpad and installs a virtualenv. In the installed files, the scripts in the...

Should plan to provide an alternative way to run the test. `python setup.py test` is deprecated. ``` WARNING: Testing via this command is deprecated and will be removed in a...

Add section to docs that shows how to use pipenv's conversion feature in the rules file to get a `requirements.txt`. EASY 1ST ISSUE for a new contributor!

good first issue

Does dh-virtualenv support cross packing at all? I find myself stuck in a loop here, using an amd64 Debian Stretch docker container: ``` root@4f340505738a:/new/work# apt-get install dh-virtualenv . . ....

When I create a `debian/foo.triggers` for a package `foo`, I'd expect a `foo.postinst` to be in the control archive. The `Debian::Debhelper::Buildsystem::dh_virtualenv` perl module doesn't handle inserting the trigger scripts into...