Skip to content

Commit

Permalink
add urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Jun 20, 2017
1 parent 5bf5cef commit 2164855
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py2-pippkgs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ BuildRequires: py2-jsonpickle
BuildRequires: py2-prwlock
BuildRequires: py2-virtualenv
BuildRequires: py2-climate
BuildRequires: py2-urllib3

%prep

%build
Expand Down
1 change: 1 addition & 0 deletions py2-requests.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### RPM external py2-requests 2.18.1
## INITENV +PATH PYTHONPATH %{i}/${PYTHON_LIB_SITE_PACKAGES}

Requires: py2-urllib3

%define pip_name requests

Expand Down
9 changes: 9 additions & 0 deletions py2-urllib3.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### RPM external py2-urllib3 1.21.1
## INITENV +PATH PYTHONPATH %{i}/${PYTHON_LIB_SITE_PACKAGES}


%define pip_name urllib3


## IMPORT build-with-pip

0 comments on commit 2164855

Please sign in to comment.