Dummy DNF package. Please use python-dnf provided by your OS.
Project description
pypi-dnf
Dummy package reserved for any future possibility of having DNF Python API available through PyPI. Installing this package will not be completed as it is intended to be empty therefore installation failure will be thrown.
A number of DNF's dependencies (notable libdnf and libsolv) are currently only available as part of Linux distro packages.
Right now, this package just reserves the dnf
name on PyPI to avoid the
potential for a name conflict with the python3-dnf
packages on Linux distros
using DNF for RPM dependency management.
However, I eventually hope to replace it with a CMake-dependent PEP 517 backend that runs the full libdnf build process, and then emits a statically linked completely self-contained extension module as part of a wheel file (together with the pure Python components of the DNF Python API).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.