Closed #323.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/323#event-1241788831___
Rpm-maint mailing list
Rpm-maint@lists.rpm.o
Sure, if there is real need in this -- feel free to reopen ;)
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/323#issuecomment-328260761_
OK. That makes sense. Feel free to close this ticket.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/323#issuecomment-328188537
setuptools is not in python stdlib, so I don't see point us doing this
honestly..
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/323#issuecomment-328184564
Sorry this modification becomes error on Python 2.7.
```
(venv2) $ pip list
PackageVersion
-- ---
pip9.0.1
rpm4.14.90
setuptools 36.4.0
wheel 0.29.0
(venv2) $ pip uninstall rpm
Uninstalling rpm-4.14.90:
/home/jaruga/git/rpm/python/venv2/lib/python2.7/sit
Right now there is a deprecation message when uninstalling Python bindings.
```
(venv) $ pip list
PackageVersion
-- ---
pip9.0.1
rpm4.14.90
setuptools 28.8.0
(venv) $ pip uninstall rpm
DEPRECATION: Uninstalling a distutils installed project (rpm) has been
deprecat