#11 Port to pyproject macros
Opened 3 years ago by pviktori. Modified 3 years ago
rpms/ pviktori/python-requests pyproject  into  master

No commits found

Taking dependencies from upstream will, incidentally, fix the FTBFS reported by Koschei: the python3dist(pytest) < 5 is no longer relevant.

Test deps are buried in setup.py, so those are still specified manually.

Nonblocking nitpick: What about a shortcut %pyproject_buildrequires %{?with_tests:-r}

JFYI: the +socks subpackage does not install anything new because pysocks is already installed from a chain requests → urllib3 → pysocks.

The diff and everything else look good to me :thumbsup: