mirror of https://github.com/scrapy/scrapy.git
removed references to python2.5
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40259
This commit is contained in:
parent
ddd7393a0a
commit
c05dcdab1d
|
|
@ -3,8 +3,7 @@
|
|||
# This file becomes the install section of the generated spec file.
|
||||
#
|
||||
|
||||
# This is what dist.py normally does.
|
||||
python2.5 setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
|
||||
python setup.py install --root=${RPM_BUILD_ROOT} --record="INSTALLED_FILES"
|
||||
|
||||
cat << EOF >> INSTALLED_FILES
|
||||
/usr/bin/*.py*
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[bdist_rpm]
|
||||
release = 1
|
||||
python = python2.5
|
||||
install-script = scripts/rpm-install.sh
|
||||
|
||||
[install]
|
||||
|
|
|
|||
Loading…
Reference in New Issue