Merge pull request #7575 from ThomasWaldmann/setup-fixes-master

Setup fixes (master)
This commit is contained in:
TW 2023-05-16 15:06:47 +02:00 committed by GitHub
commit 2373d52aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
setuptools==67.3.3
setuptools-scm==7.1.0
pip==23.0.1
wheel==0.40.0
virtualenv==20.19.0
pkgconfig==1.5.5
tox==4.0.19

View File

@ -1,6 +1,7 @@
setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm
pip
wheel
virtualenv
pkgconfig
tox

View File

@ -36,8 +36,6 @@ packages = find_namespace:
package_dir =
=src
python_requires = >=3.9
setup_requires =
setuptools_scm[toml] >= 6.2
install_requires =
msgpack >=1.0.3, <=1.0.5
packaging

View File

@ -10,6 +10,7 @@ requires =
wheel
setuptools_scm
[testenv]
package = editable # without this it does not find setup_docs when running under fakeroot
setenv =
fuse2: BORG_FUSE_IMPL=llfuse
fuse3: BORG_FUSE_IMPL=pyfuse3