removeing congress requirements.txt 23/27423/2
authorDan Radez <dradez@redhat.com>
Mon, 23 Jan 2017 22:25:12 +0000 (17:25 -0500)
committerDan Radez <dradez@redhat.com>
Mon, 23 Jan 2017 22:59:21 +0000 (17:59 -0500)
- upstream removes requirements.txt during setup like this
  seems we're getting bitten by letting pip try and handle
  deps. This shoudl fix it for now and we can clean out this
  spec once upstream distgit lands

Change-Id: I82356dce100011da78e2b18a678f0fc98fac3216
Signed-off-by: Dan Radez <dradez@redhat.com>
build/rpm_specs/openstack-congress.spec

index 5f4d7b3..37023be 100644 (file)
@@ -19,6 +19,7 @@ OpenStack policy manager
 
 %prep
 %setup -q
+rm requirements.txt
 
 
 %build