mirror of
https://abf.rosa.ru/djam/python-six.git
synced 2025-02-23 15:32:51 +00:00
fix attr
This commit is contained in:
parent
0d7d8cd1e6
commit
0bab709d7c
1 changed files with 3 additions and 0 deletions
|
@ -34,15 +34,18 @@ Python 2 and Python 3.
|
|||
|
||||
%prep
|
||||
%setup -qc
|
||||
|
||||
mv %{oname}-%{version} python2
|
||||
cp -a python2 python3
|
||||
|
||||
%build
|
||||
pushd python2
|
||||
chmod 644 README
|
||||
python setup.py build
|
||||
popd
|
||||
|
||||
pushd python3
|
||||
chmod 644 README
|
||||
python3 setup.py build
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue