Blame dnf/db/CMakeLists.txt

Packit 6f3914
FILE(GLOB db_srcs *.py)
Packit 6f3914
INSTALL (FILES ${db_srcs} DESTINATION ${PYTHON_INSTALL_DIR}/dnf/db)