Replies: 1 comment 2 replies
-
The python dependencies of blivet are pretty minimal, so that shouldn't be a problem. The biggest issue will be the C libraries which we (indirectly) depend on -- blivet is basically unusable without libblockdev (we use the python bindings via GObject Introspection) which is a C library with a lot of platform specific dependencies and we are also use libparted (which is also a C library) via the pyparted package. So I am not even sure if it would be possible to create such Python package/distribution. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm looking for a method to create a python distribution that has the blivet module included. I've been trying different ways but haven't been successful. Does anyone have suggestions on what I could try?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions