Updated pyproject.toml:

Additionally wheel package must be installed (CONPY-236).
This commit is contained in:
Georg Richter
2022-11-09 06:24:10 +01:00
parent db731519ba
commit bc5a7bc15f
3 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,6 @@ notifications:
script: script:
- python --version - python --version
- pip install packaging
- python setup.py build - python setup.py build
- python setup.py install - python setup.py install
- cd testing - cd testing

View File

@ -1,5 +1,6 @@
[build-system] [build-system]
requires = [ requires = [
"wheel",
"setuptools", "setuptools",
"packaging", "packaging",
] ]

View File

@ -34,7 +34,7 @@ PY_MARIADB_PATCH_VERSION = 5
PY_MARIADB_PRE_RELEASE_SEGMENT = None PY_MARIADB_PRE_RELEASE_SEGMENT = None
PY_MARIADB_PRE_RELEASE_NR = 0 PY_MARIADB_PRE_RELEASE_NR = 0
PY_MARIADB_POST_RELEASE_SEGMENT = "post" PY_MARIADB_POST_RELEASE_SEGMENT = "post"
PY_MARIADB_POST_RELEASE_NR = "1" PY_MARIADB_POST_RELEASE_NR = "2"
PY_MARIADB_VERSION = "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION, PY_MARIADB_VERSION = "%s.%s.%s" % (PY_MARIADB_MAJOR_VERSION,
PY_MARIADB_MINOR_VERSION, PY_MARIADB_MINOR_VERSION,