summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-25 07:58:44 +0200
committerMonty Taylor <mordred@inaugust.com>2013-08-04 11:30:32 -0400
commitd26d43014b9202437d276be298539efddbc914e3 (patch)
tree68d51259e1df7651ecedae8daf2c6af7b2cd2eb7 /requirements.txt
parent344187c8a72125a2abcec02f5e17846d8357ec99 (diff)
downloadpbr-d26d43014b9202437d276be298539efddbc914e3.tar.gz
Replace setuptools_git with a smarter approach
Implement a local egg_info command that only re-generates the SOURCES.txt file when we need to. That is: - If there is no SOURCES.txt, make one - If we have run the sdist command, make one Otherwise, leave well enough alone. Also, skip doing any git processing if SKIP_GIT_SDIST is specified. This should mean that consumers of our tarballs should not get screwed by the need to inject git processing into the sdist. Change-Id: I163b1c153d030e79b120600a2890edeb49e1fa90
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index da917d5..4627de5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1 @@
-setuptools_git>=0.4
pip>=1.0