File: drop-pip-dependency

package info (click to toggle)
python-project-generator-definitions 0.2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 636 kB
  • sloc: python: 1,033; makefile: 15; sh: 6
file content (15 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Drop dependency on pip in setup.py
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: no
Last-Update: 2018-12-17
---
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,6 @@
 # limitations under the License.
 
 import os
-import pip
 
 from setuptools import setup, find_packages