mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Make SRPMs pyversion 'any'.
This commit is contained in:
parent
98da562600
commit
8efd90485c
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class bdist_rpm (Command):
|
|||
srpms = glob.glob(os.path.join(rpm_dir['SRPMS'], "*.rpm"))
|
||||
assert len(srpms) == 1, \
|
||||
"unexpected number of SRPM files found: %s" % srpms
|
||||
dist_file = ('bdist_rpm', '',
|
||||
dist_file = ('bdist_rpm', 'any',
|
||||
os.path.join(self.dist_dir,
|
||||
os.path.basename(srpms[0])))
|
||||
self.distribution.dist_files.append(dist_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue