[PATCH] Include the new blivet.devices submodule in the built package.

Chris Lumens clumens at redhat.com
Thu Oct 9 18:21:54 UTC 2014


---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index e40c867..f8810f2 100644
--- a/setup.py
+++ b/setup.py
@@ -36,4 +36,4 @@ setup(name='blivet', version='0.66',
       author='David Lehman', author_email='dlehman at redhat.com',
       url='http://fedoraproject.org/wiki/blivet',
       data_files=data_files,
-      packages=['blivet', 'blivet.devicelibs', 'blivet.formats'])
+      packages=['blivet', 'blivet.devices', 'blivet.devicelibs', 'blivet.formats'])
-- 
1.9.3



More information about the anaconda-patches mailing list