mirror of
https://abf.rosa.ru/djam/python38.git
synced 2025-02-23 07:12:50 +00:00
Fix typo (noted by slava86@)
This commit is contained in:
parent
ac4ad75610
commit
6e44607a78
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
%__python38 /usr/bin/python38
|
||||
%__python38 /usr/bin/python3.8
|
||||
%python38_sitelib %(%{__python38} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
|
||||
%python38_sitearch %(%{__python38} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
|
||||
%python38_version %(%{__python38} -c "import sys; print(sys.version[0:3])")
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
Summary: An interpreted, interactive object-oriented programming language
|
||||
Name: %{py3_name}
|
||||
Version: 3.8.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: Modified CNRI Open Source License
|
||||
Group: Development/Python
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue