lang/python: remove +pyvenv flag

The pyvenv package isn't going anywhere, it's just needed by
pipenv.el (which surprisingly doesn't declare it as a dependency).
This commit is contained in:
Henrik Lissner 2019-03-04 20:46:20 -05:00
parent fbcb4e6973
commit 5bae67e299
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 12 additions and 15 deletions

View file

@ -9,10 +9,9 @@
;; Environmet management
(package! pipenv)
(package! pyvenv)
(when (featurep! +pyenv)
(package! pyenv-mode))
(when (featurep! +pyvenv)
(package! pyvenv))
(when (featurep! +conda)
(package! conda))